home *** CD-ROM | disk | FTP | other *** search
/ Reign Of Fire Press Kit / Reign of Fire Press Kit.iso / pc / ROF.dxr / New Save Image Cast_170_IM09_SV_Thumb.ls < prev    next >
Encoding:
Text File  |  2002-06-26  |  240 b   |  22 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseDown me
  10.   global gIM09
  11.   if gIM09 = 1 then
  12.     gIM09 = 0
  13.   else
  14.     gIM09 = 1
  15.   end if
  16. end
  17.  
  18. on mouseUp me
  19.   sound(3).play(member("Shutter"))
  20.   updateStage()
  21. end
  22.